home *** CD-ROM | disk | FTP | other *** search
/ Grapevine 20 / Grapevine 20 (Disk 1 of 2).adf / Files / arexxexamps.lha / ARTICLES / AREXX_EXAMPLES / Example9.rexx < prev   
OS/2 REXX Batch file  |  1980-01-07  |  148b  |  9 lines

  1. /* Example 9 */
  2.  
  3. Say "Enter Name : "
  4. Parse Pull name
  5.  
  6. If upper(name) = 'CROW' Then
  7.    Say "Yeahhhh, Hello Matey !!!"
  8. Else
  9.    Say "Ohhh, Hello " name